repo.or.cz
/
and.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Money!
[and.git]
/
10154 - Weights and measures
/
genInput.py
blob
404544178edd80d9f3753dd0ab5049e37e2152d7
1
import
random
2
3
for
i
in
range
(
0
,
5606
):
4
j
=
random
.
randint
(
1
,
10000
)
5
print
str
(
j
) +
" "
+
str
(
random
.
randint
(
j
+
1
,
10001
))